Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the ruby group across 1 directory with 6 updates #533

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the ruby group with 6 updates in the / directory:

Package From To
sqlite3 2.5.0 2.6.0
selenium-webdriver 4.28.0 4.29.1
rubocop 1.71.2 1.72.2
rubocop-performance 1.23.1 1.24.0
rubocop-rails 2.29.1 2.30.2
rubocop-rake 0.6.0 0.7.1

Updates sqlite3 from 2.5.0 to 2.6.0

Release notes

Sourced from sqlite3's releases.

v2.6.0

2.6.0 / 2025-02-20

Dependencies

Important note for Window users

Loading extensions is not available on Windows when using the precompiled native gems or compiling the vendored sqlite library from source, starting with sqlite3-ruby v2.6.0.

Sqlite 3.48.0 and later have dramatically changed the "autoconf amalgamation" that is vendored in this gem. Specifically, the configuration is no longer actually autoconf, but some scripts that emulate autoconf's interface and behavior.

Although this mostly "just worked", we're having a problem resolving the libraries necessary for loading extensions. As a result, starting with sqlite3-ruby v2.6.0, extensions cannot be loaded on Windows when using precompiled native gems or when compiling the vendored sqlite library.

If you are willing and able to help fix this, let us know at sparklemotion/sqlite3-ruby#618.

febc29bd7037695779d6b482fac7f7add9af7b420a1c5120ccff79213415975e  sqlite3-2.6.0-aarch64-linux-gnu.gem
d235cf89ba96067462562bc71adf5309363a9fee09a1864667f45799f26825ca  sqlite3-2.6.0-aarch64-linux-musl.gem
88a793bf0010339e85657e460ab3ad2c7e9ee5d0e468b9dea383ff1039380056  sqlite3-2.6.0-arm64-darwin.gem
5f7e1160ad6bf6bfc0d42d1a7de95554b00a5dc7375953070d9633fedadc93bd  sqlite3-2.6.0-arm-linux-gnu.gem
a1a884d4eab3e7899badaa01f6894bb18b6ffda07fbdc4bc27c676b704f33630  sqlite3-2.6.0-arm-linux-musl.gem
a1c625f11948e6726eb082700283a8a3f4cf20b0548c0051c6104c56fedbe314  sqlite3-2.6.0.gem
9529415772dbb93f5c5a54213bbd92573fdc4b5f8e5d69fe5b21cbf0e2bea588  sqlite3-2.6.0-x64-mingw-ucrt.gem
97bbd4ae83ca7ad49b2c79a07f07071a9ed97070dd33e44f7224acf4bd30f622  sqlite3-2.6.0-x86_64-darwin.gem
415a950be612b865152dd4529b16fdce2c8962ff9fa3f6b95adbfa7b8f54f2d0  sqlite3-2.6.0-x86_64-linux-gnu.gem
6f7c9346430c4aacc9280dee6bd4d23a6f1f31013d4f9c0a720fb14ef6a801c2  sqlite3-2.6.0-x86_64-linux-musl.gem
0418d9b5e9e4cd3dcee1990c4f40055d4337136e4e66d9deb7b8d95f0192be09  sqlite3-2.6.0-x86-linux-gnu.gem
8afa15a5191f3cd42b720477867770749f136778818b518d91a0a467d1074071  sqlite3-2.6.0-x86-linux-musl.gem
Changelog

Sourced from sqlite3's changelog.

2.6.0 / 2025-02-20

Dependencies

Important note for Window users

Loading extensions is not available on Windows when using the precompiled native gems or compiling the vendored sqlite library from source, starting with sqlite3-ruby v2.6.0.

Sqlite 3.48.0 and later have dramatically changed the "autoconf amalgamation" that is vendored in this gem. Specifically, the configuration is no longer actually autoconf, but some scripts that emulate autoconf's interface and behavior.

Although this mostly "just worked", we're having a problem resolving the libraries necessary for loading extensions. As a result, starting with sqlite3-ruby v2.6.0, extensions cannot be loaded on Windows when using precompiled native gems or when compiling the vendored sqlite library.

If you are willing and able to help fix this, let us know at sparklemotion/sqlite3-ruby#618.

Commits
  • 2724f7b version bump to v2.6.0
  • f4e5405 Merge pull request #605 from sparklemotion/flavorjones-dep-sqlite-3.48.0
  • a9733db Database#enable_load_extension def only if extensions are available
  • 4744340 dep: update vendored sqlite to v3.49.1
  • 2977936 dep: update vendored sqlite to 3.49.0
  • 49f4a11 dep: update vendored sqlite to 3.48.0
  • 53bfe7a Merge pull request #617 from sparklemotion/dependabot/bundler/rdoc-6.12.0
  • df8fc23 build(deps-dev): update rdoc requirement from 6.11.0 to 6.12.0
  • 7b25a20 dev: Add rake task test:gdb
  • a6e47d8 Merge pull request #616 from sparklemotion/flavorjones-test-use-proper-native...
  • Additional commits viewable in compare view

Updates selenium-webdriver from 4.28.0 to 4.29.1

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.29.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.29.1 (2025-02-22)

  • [rb] Fix "no anonymous block parameter" in ruby 3.1 (#15315)

4.29.0 (2025-02-17)

  • Add CDP for Chrome 133 and remove 130
  • [rb] Add Bidi Network Response Handler (#14900)
  • [rb] Remove Firefox CDP (#15200)
  • [rb][BiDi] Add support for provide response command (#15080)
  • [rb][BiDi] Add set cache behaviour (#15114)
Commits

Updates rubocop from 1.71.2 to 1.72.2

Release notes

Sourced from rubocop's releases.

RuboCop 1.72.2

Bug fixes

  • #13853: Fix exclusion of relative paths in plugin's AllCops: Exclude as expected. (@​koic)
  • #13844: Fix an error for Style/RedundantFormat when a template argument is used without keyword arguments. (@​koic)
  • #13857: Fix an error for Style/RedundantFormat when numeric placeholders is used in the template argument. (@​koic)
  • #13861: Fix ArgumentError related to two deprecated AllowedPattern APIs. (@​koic)
  • #13849: Fix an error for Lint/UselessConstantScoping when multiple assigning to constants after private access modifier. (@​koic)
  • #13856: Fix false positives for Lint/UselessConstantScoping when a constant is used after private access modifier with arguments. (@​koic)

Changes

  • #13846: Mark Style/RedundantFormat as unsafe autocorrect. (@​koic)

RuboCop 1.72.1

Bug fixes

  • #13836: Fix an error for Style/RedundantParentheses when a different expression appears before a range literal. (@​koic)
  • #13839: Fix false positives for Lint/RedundantTypeConversion when passing block arguments when generating a Hash or a Set. (@​koic)

Changes

  • #13839: Extension plugin is loaded automatically with require 'rubocop/rspec/support'. (@​koic)

RuboCop 1.72

New features

  • #13740: Add new Lint/CopDirectiveSyntax cop. ([@​kyanagi][])
  • #13800: Add new Lint/SuppressedExceptionInNumberConversion cop. (@​koic)
  • #13702: Add new Lint/RedundantTypeConversion cop. ([@​dvandersluis][])
  • #13831: Add new Lint/UselessConstantScoping cop. (@​koic)
  • #13793: Add new Style/RedundantFormat cop to check for uses of format or sprintf with only a single string argument. ([@​dvandersluis][])
  • #13581: Add new InternalAffairs/LocationExists cop to check for code that can be replaced with Node#loc? or Node#loc_is?. ([@​dvandersluis][])
  • #13661: Make server mode detect local paths in .rubocop.yml under inherit_from and require for automatically restart. (@​koic)
  • #13721: Naming/PredicateName: Optionally use Sorbet to detect predicate methods. ([@​issyl0][])
  • #6012: Support RuboCop extension plugin. (@​koic)

Bug fixes

  • #13807: Fix false negatives for Style/RedundantParentheses when chaining [] method calls. (@​koic)
  • #13788: Fix false negatives for Style/RedundantParentheses when [] method is called with variable or constant receivers. (@​koic)
  • #13811: Fix false negatives for Style/RedundantParentheses when handling range literals with redundant parentheses. (@​koic)
  • #13796: Fix crash in Layout/EmptyLinesAroundMethodBody for endless methods. ([@​dvandersluis][])
  • #13817: Fix false positive for format specifier with non-numeric precision. ([@​dvandersluis][])
  • #12672: Fix false positives for Lint/FormatParameterMismatch when the width value is interpolated. ([@​dvandersluis][])
  • #12795: Fix Layout/BlockAlignment for blocks that are the body of an endless method. ([@​dvandersluis][])

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.72.2 (2025-02-17)

Bug fixes

  • #13853: Fix exclusion of relative paths in plugin's AllCops: Exclude as expected. ([@​koic][])
  • #13844: Fix an error for Style/RedundantFormat when a template argument is used without keyword arguments. ([@​koic][])
  • #13857: Fix an error for Style/RedundantFormat when numeric placeholders is used in the template argument. ([@​koic][])
  • #13861: Fix ArgumentError related to two deprecated AllowedPattern APIs. ([@​koic][])
  • #13849: Fix an error for Lint/UselessConstantScoping when multiple assigning to constants after private access modifier. ([@​koic][])
  • #13856: Fix false positives for Lint/UselessConstantScoping when a constant is used after private access modifier with arguments. ([@​koic][])

Changes

  • #13846: Mark Style/RedundantFormat as unsafe autocorrect. ([@​koic][])

1.72.1 (2025-02-15)

Bug fixes

  • #13836: Fix an error for Style/RedundantParentheses when a different expression appears before a range literal. ([@​koic][])
  • #13839: Fix false positives for Lint/RedundantTypeConversion when passing block arguments when generating a Hash or a Set. ([@​koic][])

Changes

  • #13839: Extension plugin is loaded automatically with `require 'rubocop/rspec/support'. ([@​koic][])

1.72.0 (2025-02-14)

New features

  • #13740: Add new Lint/CopDirectiveSyntax cop. ([@​kyanagi][])
  • #13800: Add new Lint/SuppressedExceptionInNumberConversion cop. ([@​koic][])
  • #13702: Add new Lint/RedundantTypeConversion cop. ([@​dvandersluis][])
  • #13831: Add new Lint/UselessConstantScoping cop. ([@​koic][])
  • #13793: Add new Style/RedundantFormat cop to check for uses of format or sprintf with only a single string argument. ([@​dvandersluis][])
  • #13581: Add new InternalAffairs/LocationExists cop to check for code that can be replaced with Node#loc? or Node#loc_is?. ([@​dvandersluis][])
  • #13661: Make server mode detect local paths in .rubocop.yml under inherit_from and require for automatically restart. ([@​koic][])
  • #13721: Naming/PredicateName: Optionally use Sorbet to detect predicate methods. ([@​issyl0][])
  • #6012: Support RuboCop extension plugin. ([@​koic][])

Bug fixes

  • #13807: Fix false negatives for Style/RedundantParentheses when chaining [] method calls. ([@​koic][])
  • #13788: Fix false negatives for Style/RedundantParentheses when [] method is called with variable or constant receivers. ([@​koic][])
  • #13811: Fix false negatives for Style/RedundantParentheses when handling range literals with redundant parentheses. ([@​koic][])
  • #13796: Fix crash in Layout/EmptyLinesAroundMethodBody for endless methods. ([@​dvandersluis][])
  • #13817: Fix false positive for format specifier with non-numeric precision. ([@​dvandersluis][])
  • #12672: Fix false positives for Lint/FormatParameterMismatch when the width value is interpolated. ([@​dvandersluis][])
  • #12795: Fix Layout/BlockAlignment for blocks that are the body of an endless method. ([@​dvandersluis][])
  • #13822: Fix undefined method Logger when processing watched file notifications. ([@​vinistock][])

... (truncated)

Commits
  • 869b5d4 Cut 1.72.2
  • 7c36177 Update Changelog
  • d4525d6 Correct Style/RedundantParentheses documentation
  • 7fc05f8 [Fix #13861] Fix ArgumentError related to two deprecated AllowedPattern APIs
  • aa8c0a9 [Fix #13849] Fix an error for Lint/UselessConstantScoping
  • 241fe6b Fix an error for Style/RedundantFormat
  • b573711 [Fix #13856] Fix false positives for Lint/UselessConstantScoping
  • e8119f7 [Fix #13844] Fix an error for Style/RedundantFormat
  • a807f7c Fix exclusion of relative paths in plugin's AllCops: Exclude as expected
  • 28c2fe8 [Fix #13850] Fix false negatives for InternalAffairs/ExampleDescription
  • Additional commits viewable in compare view

Updates rubocop-performance from 1.23.1 to 1.24.0

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.24.0

New features

  • #490: Pluginfy RuboCop Performance. (@​koic)
  • #462: Add new Performance/ZipWithoutBlock cop that checks patterns like .map { |id| [id] } or .map { [_1] } and can replace them with .zip. (@​corsonknowles)

Bug fixes

Changelog

Sourced from rubocop-performance's changelog.

1.24.0 (2025-02-16)

New features

  • #490: Pluginfy RuboCop Performance. ([@​koic][])
  • #462: Add new Performance/ZipWithoutBlock cop that checks patterns like .map { |id| [id] } or .map { [_1] } and can replace them with .zip. ([@​corsonknowles][])

Bug fixes

  • #484: Fix Performance/CaseWhenSplat cop error on when node without body. ([@​viralpraxis][])
Commits
  • 24a3a4e Cut 1.24.0
  • 20c07a2 Update Changelog
  • f6e7da0 Merge pull request #490 from koic/pluginfy_with_lint_roller
  • b83339d Pluginfy RuboCop Performance
  • ab7ef16 Suppress redundant configuration logging for rubocop-performace
  • 2c00726 Avoid unnecessary send
  • 074bd2a Explicit default Performance/Sum cop config for the spec
  • 349ae04 Suppress RuboCop's offenses
  • 2d36cac Merge pull request #462 from corsonknowles/add_performance_use_zip_to_wrap_ar...
  • 063b56d Merge pull request #489 from dvandersluis/use-node-groups
  • Additional commits viewable in compare view

Updates rubocop-rails from 2.29.1 to 2.30.2

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.30.2

Bug fixes

  • #1447: Fix false positive for Rails/LexicallyScopedActionFilter when action methods are delegated. (@​vlad-pisanov)
  • #1446: Fix false positives for Rails/Delegate when module_function is used. (@​ydakuka)
  • #1427: Fix an error for Rails/UniqBeforePluck when pluck and unique are on different lines. (@​earlopain)

RuboCop Rails 2.30.1

Bug fixes

  • #1442: Fix an incorrect behavior when using AllCops: TargetRailsVersion. (@​koic)
  • #1444: Fix an incorrect behavior when using AllCops: MigratedSchemaVersion. (@​koic)

RuboCop Rails 2.30.0

New features

Bug fixes

  • #1071: Fix Rails/FilePath cop to correctly handle File.join with variables and ignore leading and multiple slashes in string literal arguments for Rails.root.join and File.join. (@​ydakuka)
  • #912: Enhance Rails/Delegate by adding delegation detection for self.class, constants, class variables, global variables, and instance variables. (@​ydakuka)
Changelog

Sourced from rubocop-rails's changelog.

2.30.2 (2025-02-24)

Bug fixes

  • #1447: Fix false positive for Rails/LexicallyScopedActionFilter when action methods are delegated. ([@​vlad-pisanov][])
  • #1446: Fix false positives for Rails/Delegate when module_function is used. ([@​ydakuka][])
  • #1427: Fix an error for Rails/UniqBeforePluck when pluck and unique are on different lines. ([@​earlopain][])

2.30.1 (2025-02-17)

Bug fixes

  • #1442: Fix an incorrect behavior when using AllCops: TargetRailsVersion. ([@​koic][])
  • #1444: Fix an incorrect behavior when using AllCops: MigratedSchemaVersion. ([@​koic][])

2.30.0 (2025-02-16)

New features

Bug fixes

  • #1071: Fix Rails/FilePath cop to correctly handle File.join with variables and ignore leading and multiple slashes in string literal arguments for Rails.root.join and File.join. ([@​ydakuka][])
  • #912: Enhance Rails/Delegate by adding delegation detection for self.class, constants, class variables, global variables, and instance variables. ([@​ydakuka][])
Commits
  • e023cdd Cut 2.30.2
  • 1ad2fe5 Update Changelog
  • 04529cf Merge pull request #1450 from vlad-pisanov/vp_fix_lexically_scoped_action_fil...
  • ec8e18e Merge pull request #1428 from Earlopain/uniq-pluck-multiple-lines
  • eca3732 Fix incorrect comment placement for add_dependency
  • 1980681 [Fix #1427] Fix an error for Rails/UniqBeforePluck with multi-line expression
  • 7b92670 [Fix #1447] Fix false positive for Rails/LexicallyScopedActionFilter when a...
  • 159045f Enable InternalAffairs/CopEnabled cop
  • 12b45a5 Merge pull request #1448 from ydakuka/1446/fix-incorrect-autocorrect-for-rail...
  • 204e667 [Fix rubocop#1446] Fix false positives for Rails/Delegate when `module_func...
  • Additional commits viewable in compare view

Updates rubocop-rake from 0.6.0 to 0.7.1

Release notes

Sourced from rubocop-rake's releases.

RuboCop Rake 0.7.1

Bug fixes

  • #59: Fix incorrect plugin version when displaing rubocop -V. (@​koic)

RuboCop Rake 0.7.0

New features

Changes

  • #57: Drop support Ruby 2.5 and 2.6 for runtime environment. (@​koic)
Changelog

Sourced from rubocop-rake's changelog.

0.7.1 (2025-02-16)

Bug fixes

  • #59: Fix incorrect plugin version when displaing rubocop -V. ([@​koic][])

0.7.0 (2025-02-16)

New features

Changes

  • #57: Drop support Ruby 2.5 and 2.6 for runtime environment. ([@​koic][])
Commits
  • d6fa128 Cut 0.7.1
  • 60d0f3b Merge pull request #59 from koic/fix_incorrect_plugin_version
  • d429b81 Fix incorrect plugin version when displaing rubocop -V
  • 08a84f7 Tweak the changelog
  • 63a3f41 Cut 0.7.0
  • 9a21bfd Merge pull request #58 from koic/plugin_lint_roller
  • 658715c Pluginfy RuboCop Rake
  • bd44ddb Suppress redundant configuration logging for rubocop-rake
  • f5ba565 Merge pull request #57 from koic/require_ruby_27_or_later
  • 13bd9da Drop Ruby 2.5 and 2.6 for runtime environment
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sqlite3 [>= 2.0.a, < 2.1]
rubocop [>= 1.69.a, < 1.70]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruby group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.5.0` | `2.6.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.28.0` | `4.29.1` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.71.2` | `1.72.2` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.23.1` | `1.24.0` |
| [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.29.1` | `2.30.2` |
| [rubocop-rake](https://github.com/rubocop/rubocop-rake) | `0.6.0` | `0.7.1` |



Updates `sqlite3` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v2.5.0...v2.6.0)

Updates `selenium-webdriver` from 4.28.0 to 4.29.1
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `rubocop` from 1.71.2 to 1.72.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.71.2...v1.72.2)

Updates `rubocop-performance` from 1.23.1 to 1.24.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.23.1...v1.24.0)

Updates `rubocop-rails` from 2.29.1 to 2.30.2
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.29.1...v2.30.2)

Updates `rubocop-rake` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/rubocop/rubocop-rake/releases)
- [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rake@v0.6.0...v0.7.1)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rubocop-rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 15:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2025

Superseded by #534.

@dependabot dependabot bot closed this Feb 26, 2025
@dependabot dependabot bot deleted the dependabot/bundler/ruby-36f7a6c6ac branch February 26, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants